[run]
source =
    {{ cookiecutter.pkg_name }}
    tests

[report]
show_missing = true
precision = 2
omit = *migrations*
exclude_lines =
    raise NotImplementedError
    raise NotImplemented
